<?xml version = '1.0' encoding = 'UTF-8'?>
<HBRRepo><variables/><rulesets/><rules><rule id="1" name="Operating Expenses Set Driver" product="Planning"><property name="application">Vision</property><property name="plantype">Plan1</property><property name="display_label">Operating Expenses Set Driver</property><property name="enablePostProcessing">false</property><property name="enablePreProcessing">false</property><script type="calcscript">SET UPDATECALC OFF;
SET AGGMISSG ON;
FIX ("Plan",&amp;NextYear,@CHILDREN("403"),"BegBalance","P_000")
	"Method" (
	IF ("Actual"->&amp;ActVersion->&amp;LastYr->"YearTotal" == #missing AND NOT @ISMBR("7110"))
	"Method" = #missing;
  "Driver" = #missing;
	"Rate Pct" = #missing;
	ELSE
	"Method" = "No Entity"->"Method";
  "Driver" = "No Entity"->"Driver";
	"Rate Pct" = "No Entity"->"Rate Pct";
	ENDIF
	)
ENDFIX

</script></rule></rules><components/><deployobjects><deployobject product="2" application="vision" plantype="plan1" obj_id="1" obj_type="1" name="OPERATING EXPENSES SET DRIVER"/></deployobjects></HBRRepo>